net/http.http2inflow.init (method)

5 uses

	net/http (current package)
		h2_bundle.go#L1489: func (f *http2inflow) init(n int32) {
		h2_bundle.go#L4534: 	sc.inflow.init(http2initialWindowSize)
		h2_bundle.go#L6268: 	st.inflow.init(sc.initialStreamRecvWindowSize)
		h2_bundle.go#L8321: 	cc.inflow.init(conf.MaxUploadBufferPerConnection + http2initialWindowSize)
		h2_bundle.go#L9764: 	cs.inflow.init(cc.initialStreamRecvWindowSize)